* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font-size: 13px;
	color: #666;
	font-family: '微软雅黑';
}
img {
	/*display: block;*/
	/*max-width: 100%;*/
	border: 0
}
ul, li {
	list-style: none
}
a {
	text-decoration: none;
	/*display: block;*/
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}
.bodyy {
	max-width: 750px;
	margin: auto;
	margin-bottom: 52px
}
/*---------手机站导航开始----------*/
.sp_header {
	height: 50px;
	overflow: hidden;
	background: rgba(16,85,163,0.8);
	position: relative;
	z-index: 9999;
}
.sp_logo {
	padding: 10px;
	float: left;
	height: 50px
}
.sp_logo img {
	margin: auto;
	max-height: 30px;
}
.sp_nav {
	width: 60px;
	float: right;
	position: relative;
	cursor: pointer;
	height: 30px;
	margin-top: 15px
}
.sp_nav span {
	display: block;
	background: #fff;
	width: 40px;
	height: 2px;
	position: absolute;
	left: 10px;
	transition: all ease 0.35s
}
.sp_nav span:nth-of-type(1) {
	top: 0px
}
.sp_nav span:nth-of-type(2) {
	top: 10px
}
.sp_nav span:nth-of-type(3) {
	top: 20px
}
.sp_nav_se span:nth-of-type(2) {
	width: 30px
}
.sp_nav_se span:nth-of-type(3) {
	width: 20px
}
.yd_nav {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #111;
	box-shadow: 0 2px 5px rgba(0,0,0,0.6);
	z-index: 99;
	padding: 5px 0;
	border-top: 2px #fff solid;
	height: 54px;
	overflow: hidden
}
.yd_nav ul {
	overflow: hidden;
}
.yd_nav ul li {
	width: 33.33%;
	float: left;
	text-align: center;
	font-size: 12px;
	border-right: 1px rgba(255,255,255,0.1) solid;
	line-height: 16px
}
.yd_nav ul li:last-child {
	border-right: 0
}
.yd_nav ul li svg {
	width: 23px;
	height: 23px;
	fill: #fff
}
.yd_nav ul li h1 {
	font-size: 12px;
	color: #eee
}
.sjj_nav {
	position: fixed;
	z-index: 999999;
	background: #fff;
	width: 250px;
	font-size: 14px;
	line-height: 40px;
	top: 50px;
	right: -100%;
	border-top: 3px #eee solid;
	border-left: 3px #eee solid;
	max-height: 500px;
	overflow: auto;
	overflow-x: hidden;
	transition: right ease 0.35s;
}
.nav_show {
	right: 0
}
.sjj_nav ul li i {
	position: absolute;
	top: 5px;
	right: 0px;
	border-left: 1px #ddd solid;
	height: 30px;
	padding: 0px 7px 0 7px
}
.sjj_nav>ul>li {
	border-bottom: 1px #ddd solid;
	padding-left: 20px;
	position: relative;
	line-height: 40px;
	font-size: 14px
}
.sjj_nav ul li ul {
	display: none
}
.sjj_nav ul li>ul>li {
	border-top: 1px #eee solid;
	font-size: 14px;
	line-height: 40px;
	padding-left: 10px;
	position: relative
}
.sjj_nav ul li a {
	color: #666;
	width: 80%
}
.sjj_nav ul li ul li a {
	color: #999;
	display: block;
	text-align: left;
}
.sjj_nav ul li i svg {
	width: 20px;
	height: 20px;
	fill: #4086c0;
}
.sjj_nav ul li ul li>ul {
	margin-left: 10px
}
/*--------手机站导航结束---------*/
